func compress/flate.histogram

2 uses

	compress/flate (current package)
		huffman_bit_writer.go#L629: 	histogram(input, w.literalFreq)
		huffman_bit_writer.go#L696: func histogram(b []byte, h []int32) {